NDiagramView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class Members
The following tables list the members exposed by NDiagramView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings>.
| Name | Description |
 | HScrollBar | Gets the HScrollBar |
 | HScrollMode | Gets or sets the scroll policy, which specifies the visibility of the H scrollbar |
 | NoScrollHAlign | Gets or sets the horizontal content control alignment, when a horizontal scrollbar is not, or must not be displayed. |
 | NoScrollVAlign | Gets or sets the vertical content control alignment, when a vertical scrollbar is not, or must not be displayed. |
 | Previews | Gets or sets the drawing previews collection |
 | SmallHScrollChange | Gets or sets the small H scroll change |
 | SmallVScrollChange | Gets or sets the small V scroll change |
 | VScrollBar | Gets the VScrollBar |
 | VScrollMode | Gets or sets the scroll policy, which specifies the visibility of the Y scrollbar |
Top
| Name | Description |
 | GetHScrollBarSettings | Overridden. Gets the settings that need to be applied to the HScrollbar for the viewport parameters, in case the HScrollBar is visible. |
 | GetHScrollMode | Overridden. Gets the horizontal scrolling policy |
 | GetNoScrollHAlign | Overridden. Gets the horizontal alignment of the viewport relative to the window in case there is no horizontal scrollbar. |
 | GetNoScrollVAlign | Overridden. Gets the vertical alignment of the viewport relative to the window in case there is no horizontal scrollbar. |
 | GetVScrollBarSettings | Overridden. Gets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible. |
 | GetVScrollMode | Overridden. Gets the vertical scrolling policy |
 | MeasureAdorner | Overridden. Overriden to measure the HScrollBars and VScroolBars. |
 | pvb | Overridden. |
Top